incorrect parameter meaning in English
不正确的参数
Examples
- The following code example demonstrates an incorrect parameter ordering
下面的代码示例演示的参数排序是不正确的。 - Failure to specify the correct types is a common error that can result in unexpected behavior because the function called is executed with incorrect parameter values
指定正确类型失败是常见错误,它可能导致意外行为,因为调用的函数是使用不正确的参数值执行的。 - To find the problem , step through the code or of using just - in - time debugging until you find where the failure occurs , and then determine the incorrect parameters or code
若要找到问题,请逐句通过代码(或者使用实时调试) ,直到找到发生失败的位置,然后确定不正确的参数或代码。 - In sql server 2000 , when a remote stored procedure does not run successfully because of compile - time errors such an incorrect parameter binding , the return value status is set to 0
在sql server 2000中,当远程存储过程由于编译时错误(如参数绑定不正确)而不能成功运行时,返回值/状态会设为0 。